Contribution org.nuxeo.ecm.wall.actions--actions
In component org.nuxeo.ecm.wall.actions
org.nuxeo.ecm.wall.actions
inside nuxeo-wall-5.8.jar
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action icon="/icons/file.gif" id="TAB_WORKSPACE_WALL" label="action.view.wall" link="/incl/tabs/default_document_wall.xhtml" order="15">
<category>VIEW_ACTION_LIST</category>
<filter-id>showWorkspaceWall</filter-id>
</action>
<action icon="/icons/file.gif" id="TAB_SOCIAL_WORKSPACE_WALL" label="action.view.wall" link="/incl/tabs/social_workspace_wall.xhtml" order="-10">
<category>VIEW_ACTION_LIST</category>
<filter-id>showSocialWorkspaceWall</filter-id>
</action>
</extension>